html {
    font-size: 16px;
}

.mySwiper {
    width: 100%;
    height: 100%;
}
.productListItem .swiper-slide:hover {transform: scale(1.1);}
.bannerSwiper {
    width: 100%;
    height: 100vh;
}

.bannerSwiper .swiper-pagination-bullet{
    width:15px;
    height:15px;
    border-radius: 20px;
    background-color: #fff;
    margin-right:15px!important;
}
.bannerSwiper .swiperIMAGE{
    width:100%;
    height:100vh;
    background-position: bottom;
    background-size: cover;
    background-repeat:no-repeat;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}



.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    background:#ffffff;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ 
    bottom:30px!important;
}
.fp-tableCell {
    vertical-align: baseline !important;
}

/* 第二屏样式 */
.title {
    width: 100%;
    height: 2.25rem;
    background-image: url(/uiFramework/commonResource/image/2024022109464074065.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100%;
    padding-top: 1.25rem;
    margin-top: 0.5rem;
}

.title h3 {
    text-align: center;
    font-size: .6rem;
    letter-spacing: .125rem;
}

.current {
    /* transition: all .5s; */
    /* color: red; */
    font-weight: 800;
    border-bottom: .025rem #cd1222 solid;
}

/* 新闻tab栏样式 */
.newsTab {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: .375rem;
}

.newsTabList {
    margin-right: 1.375rem;
    font-size: .25rem;
    letter-spacing: .0125rem;
    padding-bottom: .2rem;
}

.newsTabList:last-child {
    margin-right: 0;
}

.newsList {
    margin-top: .625rem;
}

.newsSwiper {
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.newsSwiper-slider {
    padding-left: .25rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    display: block;
    text-align: left;
}

.newsPic {
    width: 6rem;
    height: 4rem;
    overflow: hidden;
}

.newsPic img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.newsPic img:hover {
    transform: scale(1.2);
}

.newsTitle {
    margin-top: .375rem;
    font-size: .325rem;
    display: block;
    color: #000;
}

.newsData {
    margin-top: .25rem;
    font-size: .25rem;
    color: #000;
}
        .mobileNewsBox {
            display: none;
        }

        .mobileNewsTab {
            display: flex;
            justify-content: space-between;
            width: 80%;
            margin: 0 auto;
            margin-top: .8rem;
        }

        .mobileNewsTab a {
            display: block;
            font-size: 1rem;
            color: #000;
        }

        .mobileNewsTab a:first-child {
            color: #cd1222;
        }

        .mobileNewsContent {
            width: 90%;
            margin: 0 auto;
            margin-top: 1rem;

        }

        .mobileNewSwiper {
            padding-bottom: 2rem !important;
        }


        .mobileNewSlide {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .mobileNewSlide img {
            width: 100%;
            height: 15rem;
        }

        .mobileNewSlide p {
            font-size: 1.1rem;
            margin-top: .6rem;
        }

/* 第三屏 */
.productBannerBox{
   width:100%;
   height:100%;
   background-image: url(/uiFramework/commonResource/image/2024032914395431844.jpg);
    background-position: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.productBannerBox .title{
  background:none !important;
}

.productBannerBox .title h3{color:#fff}
.productOutsideBox{height:100vh}
.productTab {
    width: 11.35rem;
    height: .875rem;
    border: .0125rem solid #ccdae6;
    border-radius: .125rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.4rem;
    background-color:#fff;
}

.productTab li {
    text-align: center;
    width: 25%;
    height: .875rem;
    /* vertical-align: middle; */
    line-height: .875rem;
    font-size: .3rem;
    color: #b0b0b0;
    letter-spacing: .0125rem;
    border-radius: .125rem;
}
.productTab li a{
    font-size: .3rem;
    color: #b0b0b0;
    letter-spacing: .0125rem;
}
.productListContent {
    width: 100%;
    height: 7.6rem;
    
}

/* 第二个tab选中时添加的样式 */
.productTab .current2 {
    color: #fff;
    background-color: #cc1221;
}

.productListItem {
    width: 85%;
    margin: 0 auto;
}
/* 自定义箭头样式 */
.productListItem .swiper-button-prev{background-image:url(/uiFramework/commonResource/image/2024030715434965878.png);left:-0.068rem} 
.productListItem .swiper-button-next{background-image:url(/uiFramework/commonResource/image/2024030715435899929.png);right:-0.068rem}
.swiper-slides {
    transition: 300ms;
    transform: scale(1);
    background-color: rgba(255, 255, 255, 0);
    border-radius: .1875rem;
    width: 8.725rem;
    height: 5.2375rem;
    /* text-align: center; */
    position: relative;

}

.my-slide-active1 {
    transform: scale(1.2);
}

.productPic {
    width: 8.725rem;
    height: 5.2375rem;
    /* background: rgba(255, 255, 255, 0.3); */
    /* background-color: #cc1221; */
    border-radius: .1875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    position: relative;
    flex-wrap: wrap;
}

.productPic img {
    margin:0 auto;
    width: 80%;
    display: block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: .1rem;
    padding:.1875rem  .25rem;
}

.swiper-contentProduct {
    padding-top: 1.1875rem !important;
}

.productPic-title {
    font-size: .25rem;
    margin-bottom: .4375rem;
}

.productPic-title a{
    font-size: .25rem;
    color:#fff;
}

/* 第四屏样式 */
.serviceSwiper {
    padding-bottom: .5rem;
    /* width: 80%; */
}
.serviceSwiper ul{ display:flex;width: 80%;margin: 0 auto;}
.servicePic {
    width: 12.225rem !important;
    transition-timing-function: linear;
    margin-right:30px;
}
.serviceSwiper ul li:last-child{ margin-right:0;}
.serviceSwiper .swiper-slide img {
    width: 100%;
    border-radius: .05rem;
}

@keyframes first {
    0% {
        transform: scaleX(0.5);
        left: 0px;
    }

    /*091*/
    100% {
        transform: scaleX(1);
        left: .025rem;
    }

    /*0915*/
}

@keyframes last {
    0% {
        transform: scaleX(0.7);
        left: -0.125rem;
    }

    /*1090*/
    20% {
        transform: scaleX(0.3);
        left: .025rem;
    }

    /*090*/
    100% {
        transform: scaleX(0.3);
        left: 0px;
    }

    /*090*/
}

@keyframes middle {
    0% {
        transform: scaleX(0.7);
        left: -0.125rem;
    }

    /*1091*/
    20% {
        transform: scaleX(0.45);
        left: .025rem;
    }

    /*092*/
    100% {
        transform: scaleX(1);
        left: .025rem;
    }

    /*0913*/
}

.serviceSwiper .swiper-button-prev:after,
.serviceSwiper .swiper-rtl .swiper-button-next:after {
    display: none;
}

.serviceSwiper .swiper-button-next:after,
.serviceSwiper .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.serviceTitle {
    text-align: center;
    /* display: none; */
}

.serviceTitleOne {
    margin-top: .125rem;
    font-size: .375rem;
    padding:15px 0;
}
.serviceTitleOne a{
    font-size: .375rem;
}
.serviceTitleTwo {
    font-size: .25rem;
    line-height:2;
    display:none;
}

.num4 {
    overflow: hidden;
}

.swiperPic-box {
    border: none;
}

.productTab .on{
    background-color: #e02020;
    color:#fff;
}

.productTab .on a{color:#fff}

/* 未做分屏部分 */
.aboutUs {
    /* margin-top: 1.25rem; */
    width: 100%;
    height: 100vh;
    /* background-color: rebeccapurple; */
    background-image: url(/uiFramework/commonResource/image/2024022110043597464.jpg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 2.108rem;
}

.aboutUsPic {
    width: 1.7125rem;
    height: 1.7125rem;
    margin: 0 auto;
}

.aboutUsPic img {
    width: 100%;
}

.aboutUsTitle {
    text-align: center;
    font-size: .45rem;
    color: #fff;
    margin-top: .65rem;
}

.aboutUsText {
    width: 80%;
    margin: 0 auto;
    color: #fff;
    font-size: .25rem;
    margin-top: .7625rem;
    line-height: .5rem;
}

.aboutUsText p{
    color: #fff;
    font-size: .25rem;
    line-height: .5rem;

}

.aboutUsMore {
    text-align: center;
    margin-top: 1.25rem;
}

.aboutUsMore a {
    margin: 0 auto;
    display: block;
    width: 3.875rem;
    height: .8125rem;
    line-height: .8125rem;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: all .5s;
}

.aboutUsMore a:hover {
    opacity: 1;
}

/* 第四屏新设计样式(不做轮播部分) */
.serviceBox {
    width: 20rem;
    height: 7.5rem;
    margin: 0 auto;
    background-image: url(/uiFramework/commonResource/image/2024022910020310087.jpg);
    background-position: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: .375rem;
    padding-left: 1.125rem;
    padding-top: 2.625rem
}

.serviceBox-Title {
    display: flex;
    margin-bottom: .5625rem;
}

.serviceBox-TitleBox {
    width: 3.375rem;
    margin-right: 1.4375rem;
}

.serviceBpx-TitleBox-top {
    color: #fff;
    font-size: .4rem;
}

.serviceBpx-TitleBox-bottom {
    color: #fff;
    font-size: .2rem;
    margin-top: .25rem;
}

.moreBox {
    margin-top: .25rem;
}

.moreBox a {
    display: block;
    color: #fff;
    font-size: .2rem;
    opacity: 0.5;
    width: 2rem;
    padding: .1625rem .575rem;
    border: .0125rem solid #fff;
    transition: all .5s;
}

.moreBox a:hover {
    opacity: 1;
}





.titles {
    margin-top: 8%;
    font-size: 36px;
    letter-spacing: 4px;
    font-weight:600;
}

/* 类别 */
.category {
    width: 60%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 3%;
}

.category-item {
    flex: 1;
    cursor: pointer;
}

.content-pic {
    margin-top:50px;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.content-pic-item {
    display: block;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 70px;
}

.content-pic-item:nth-child(3n) {
    margin-right: 0;

}

.content-pic-title {
    margin: 5% 0 0 0;
    color: #333;
    font-size: 16px;
}

.content-pic-item img {
    width: 100%;
    box-shadow:0px 0px 20px 0px #ccc;
    padding:20px 0;
}

/*图片新闻模块css*/
.titles {
	width: 100%;
	height: 2.25rem;
	background-image: url(/uiFramework/commonResource/image/2024022109464074065.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 100%;
	padding-top: 1.25rem;
	margin-top: 0.5rem;
}
.titles h3 {
	text-align: center;
 font-size: .6rem;
 letter-spacing: .125rem;
}
.tabBox1 {
	width: 100%;
 margin-top: .375rem;
}
.tabBox1>.hd ul {
	display: flex;
	justify-content: center;
}
.tabBox1>.hd ul li {
	margin-right: 1.375rem;
 font-size: .25rem;
 letter-spacing: .0125rem;
 padding-bottom: .2rem;
	position: relative;
}

.tabBox1>.hd ul li:last-child{margin-right: 0;}
.tabBox1>.hd ul li a {
	display: block;
        font-size: .25rem;
        letter-spacing: .0125rem;
}
.tabBox1>.hd ul li.on a {
	color: #e02020;
}
.tabBox1>.hd ul li: ahover {
color:#e02020;
}
.tabBox1>.hd ul li span {
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 0;
	height: 2px;
	background: #e02020;
	content: '';
	transition: 0.36s;
	display: block;
}
.tabBox1>.hd ul li:hover span {
	width: 100%;
}
.tabBox1>.hd ul li.on span {
	width: 100%;
}
/*图片新闻列表css*/
.news {
	background: #f9f9f9;
}
.img_news_list {
	width: 90%;
	margin: 0 auto;
	padding-top: .5rem;
}
.img_news_list ul {
	display: flex;
	padding-bottom: 1rem;
	justify-content: center;
}
.img_news_list ul li {
	width: 28%;
	box-shadow: 0px 0px 20px 0px #f0f0f0;
	background: #ffffff;
	transition: 0.4s;
	margin-right: .4375rem;
}
.img_news_list ul li:last-child {
    margin-right: 0;
}
.img_news_list ul li:hover {
	transform: translateY(-15px);
}
.img_news_list ul li a h3 {
	padding: .25rem .5rem;
	font-size: .2875rem;
	font-weight: normal;
	line-height: .5rem;
}
.img_news_list ul li:hover a h3 {
	color: #d52a24;
}
.img_news_list ul li a img {
        display:block;
	width: 6rem;
	height: 4rem;
        margin:0 auto;
}
.summaryText{
    display:block;
    width: 6rem;
    height: 4.45rem;
    padding: 0.25rem 0.5rem;
    font-size: .26rem;
    line-height: .575rem;
}

/* 移动端适配 */
@media screen and (max-width:768px) {
  
  .bannerSwiper{
     height:auto;
  }
  .aboutUs{
     height:auto;
     padding-bottom:1rem;
  }
  .aboutUsPic{
     width:3rem;
     height:3rem;
  }

  .aboutUsTitle{
     font-size:1rem;
  }

  .aboutUsText{
     line-height: 1rem;
  }
  .aboutUsText p{
     font-size: .6rem;
     line-height: 1rem;
  }

  .aboutUsMore a{
     width: 6rem;
     height: 2rem;
     line-height: 2rem;
     font-size: .9rem;
  }
   
  #menu{
     display:none;
  }
  .productPic{height:auto;width:10rem}
  .my-slide-active1 {
    transform: scale(1);
  }

.productListContent{height:13rem;margin-top: 1rem;}
.productPic-title a{font-size: .9rem}

  .title h3,.titles h3{font-size:1.4rem;color:#333 !important}
  .title,.titles{height:auto}
 .serviceBox{height: auto;background-size: auto;padding-bottom:1rem;width:90%;}
 .serviceBox-TitleBox{width:50%}
 .moreBox a{font-size:.6rem;text-align: center;width: 4rem;}
 .moreBox{margin-top:1.5rem}
 .num4{padding-bottom: 1rem;}
 .serviceBpx-TitleBox-top{font-size:1rem}
.serviceBpx-TitleBox-bottom{font-size:.7rem}
.tabBox1{display:none}
.mobileNewsBox{display:block}
.productTab{height: 2.2rem;width: 20rem;}
.productTab li{height: 2.2rem;line-height: 2.2rem;}
.productTab li a{font-size: 1rem;}
.productListItem{margin-top: 1rem;}
.swiper-contentProduct{padding-top: 2rem !important;}
.productPic img{width: 100%;}
.serviceTitleOne a{font-size: .7rem;}
.serviceTitleTwo{font-size: .48rem;}
.bannerSwiper .swiperIMAGE{height:40vh}

}